Building a 64-bit file system
Basically a two-stage process:
- Starter pack:
- Build statically linked versions of core packages (inc. gcc)
- Create traditional file layouts (i.e. /etc, /lib etc.)
- Create /dev nodes – need to manually define /dev/dasdx
- Create /etc contents (e.g. passwd, groups)
- chroot to /root64