diff options
| author | Jonathan Bauer | 2013-04-03 15:39:20 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:40 +0200 |
| commit | 9ee2ccd9d85c865954bf52e2013ab57d8c2f0374 (patch) | |
| tree | 6cd743a8ad082d5456c2660ff989041e51b7de35 /remote | |
| parent | Size calculation fixed (diff) | |
| download | tm-scripts-9ee2ccd9d85c865954bf52e2013ab57d8c2f0374.tar.gz tm-scripts-9ee2ccd9d85c865954bf52e2013ab57d8c2f0374.tar.xz tm-scripts-9ee2ccd9d85c865954bf52e2013ab57d8c2f0374.zip | |
fixes for disk scripts
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/rootfs/rootfs-stage31/rootfs-stage31.conf | 3 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/remote/rootfs/rootfs-stage31/rootfs-stage31.conf b/remote/rootfs/rootfs-stage31/rootfs-stage31.conf index bb365d5f..6d4af2c9 100644 --- a/remote/rootfs/rootfs-stage31/rootfs-stage31.conf +++ b/remote/rootfs/rootfs-stage31/rootfs-stage31.conf @@ -1,9 +1,6 @@ REQUIRED_MODULES=" busybox" -#REQUIRED_DEPENDENCIES=" v86d" -#REQUIRED_BINARIES=" v86d" REQUIRED_KERNEL_MODULES=" kernel/drivers/video/sis/sisfb.ko kernel/drivers/video/via/viafb.ko - kernel/drivers/video/uvesafb.ko kernel/drivers/acpi/video.ko kernel/drivers/ssb/ssb.ko kernel/drivers/gpu/drm/ttm/ttm.ko diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf index 7900ec5c..103f5df8 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf @@ -1,6 +1,5 @@ REQUIRED_DEPENDENCIES="nfs-common aufs-tools squashfs-tools whois" -REQUIRED_BINARIES=" sh - bash +REQUIRED_BINARIES=" bash more less agetty @@ -16,6 +15,7 @@ REQUIRED_BINARIES=" sh umount.nfs4 mount.aufs fdisk + mkfs.xfs rm blkid modprobe |
