mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
reoder initramfs.conf
This commit is contained in:
parent
d88210509b
commit
21555c3e52
@ -1,5 +1,31 @@
|
||||
#
|
||||
# initramfs.conf
|
||||
# Configuration file for mkinitramfs(8). See mkinitramfs.conf(5).
|
||||
#
|
||||
|
||||
#
|
||||
# MODULES: [ most | dep | list ]
|
||||
#
|
||||
# most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
|
||||
#
|
||||
# dep - Try and guess which modules to load.
|
||||
#
|
||||
# list - Only include modules from the 'additional modules' list
|
||||
#
|
||||
|
||||
MODULES=most
|
||||
|
||||
#
|
||||
# RESUME: [ /dev/hda2 | /dev/sdb2 ]
|
||||
#
|
||||
# Optionaly set the swap partition to resume from.
|
||||
# Above are only possible example please costumize.
|
||||
# The command line of your boot loader will override this setting.
|
||||
|
||||
#RESUME=
|
||||
|
||||
#
|
||||
# NFS Section of the config.
|
||||
#
|
||||
|
||||
#
|
||||
@ -12,25 +38,10 @@
|
||||
|
||||
BOOT=local
|
||||
|
||||
#
|
||||
# MODULES: [ most | dep | list ]
|
||||
#
|
||||
# most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
|
||||
#
|
||||
# dep - Try and guess which modules to load.
|
||||
#
|
||||
# list - Only include modules from the 'additional modules' list
|
||||
#
|
||||
MODULES=most
|
||||
|
||||
#
|
||||
# NFS Section of the config.
|
||||
#
|
||||
|
||||
#
|
||||
# DEVICE: ...
|
||||
#
|
||||
# Specify the network device, like eth0
|
||||
# Specify the network interface, like eth0
|
||||
#
|
||||
|
||||
DEVICE=eth0
|
||||
@ -41,8 +52,3 @@ DEVICE=eth0
|
||||
|
||||
NFSROOT=auto
|
||||
|
||||
# Hardcode partition to resume from so it doesn't have to be specified
|
||||
# on the command line. The command line will override this setting.
|
||||
|
||||
#RESUME=
|
||||
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -10,6 +10,8 @@ initramfs-tools (0.27) unstable; urgency=low
|
||||
|
||||
* Fix busybox dependency to the relevant debian package.
|
||||
|
||||
* Reorder the initramfs.conf variables.
|
||||
|
||||
-- maximilian attems <maks@sternwelten.at> Mon, 19 Sep 2005 18:14:59 +0200
|
||||
|
||||
initramfs-tools (0.26) breezy; urgency=low
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user