diff options
author | Sebastian Schmelzer | 2011-12-02 12:47:15 +0100 |
---|---|---|
committer | Sebastian Schmelzer | 2011-12-02 12:47:15 +0100 |
commit | 0834f42bcf3adbec0e421cebc5f8d07f93cc0a9c (patch) | |
tree | 5cf236a28403b02aafd9fd558956bcf49352c872 | |
parent | add aufs utils (diff) | |
download | usb-boot-stick-0834f42bcf3adbec0e421cebc5f8d07f93cc0a9c.tar.gz usb-boot-stick-0834f42bcf3adbec0e421cebc5f8d07f93cc0a9c.tar.xz usb-boot-stick-0834f42bcf3adbec0e421cebc5f8d07f93cc0a9c.zip |
add switch_root without deleting content of initramfs
-rwxr-xr-x | build/rootfs/bin/busybox | bin | 429072 -> 535620 bytes | |||
l--------- | build/rootfs/sbin/super_chroot | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/build/rootfs/bin/busybox b/build/rootfs/bin/busybox Binary files differindex 6409771..579ae41 100755 --- a/build/rootfs/bin/busybox +++ b/build/rootfs/bin/busybox diff --git a/build/rootfs/sbin/super_chroot b/build/rootfs/sbin/super_chroot new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/build/rootfs/sbin/super_chroot @@ -0,0 +1 @@ +../bin/busybox
\ No newline at end of file |