Skip to content

Instantly share code, notes, and snippets.

View Myer921's full-sized avatar
💭
照顾大小姐模式,目前背井离乡中

Dustrain Myer921

💭
照顾大小姐模式,目前背井离乡中
  • CatIO Network / @cationetwork
  • NR14-ALPHA-02
  • X @Myer921
View GitHub Profile
@Myer921
Myer921 / gist:5b87f12369e18646a1bbb9f92eb7d622
Created August 25, 2018 23:28 — forked from ldx/gist:9116170
Build a chroot with a CentOS 6.5 base install.
#!/bin/sh
#
# Build a chroot with a CentOS 6.5 base install.
#
CHROOT=/tmp/chroot
mkdir -p $CHROOT
mkdir -p $CHROOT/var/lib/rpm