Displaying 2 results from an estimated 2 matches for "sheez".
Did you mean:
sheet
2001 Mar 22
1
get root inode failed
Erm, sheez having alot of problems :(
I have just been reading all the archives on the mailing list for the past few hours and
decided to try make the journal with:
tune2fs -j -J10 /dev/hdc1
[root@tkw /]# tune2fs -j -J10 /dev/hdc1
tune2fs 1.20-WIP, 17-Jan-2001 for EXT2 FS 0.5b, 95/0...
2010 Oct 23
1
[PATCH] Make appliance-building work on systems with default library search paths differing from the appliance's
...ramfs -- mkdir -p --mode=0777 /tmp
# Create /selinux if it is missing.
- @FEBOOTSTRAP_RUN@ initramfs -- mkdir -p --mode=0755 /selinux
+ bootstrap_run initramfs -- mkdir -p --mode=0755 /selinux
# Nuke some stuff. The kernel pulls mkinitrd and plymouth which pulls in
# all of Python. Sheez.
(cd initramfs && find -name '*python*' -print0) |
- xargs -0 @FEBOOTSTRAP_RUN@ initramfs -- rm -rf
+ xargs0_bootstrap_run initramfs -- rm -rf
(cd initramfs && find -name '*plymouth*' -print0) |
- xargs -0 @FEBOOTSTRAP_RUN@ initramfs -- rm -rf
+ xar...