Changes for page Openwrt Notes

Last modified by Leon Poon on 2019/11/02 17:53

From version 32.1
edited by Leon Poon
on 2019/11/02 05:33
Change comment: There is no comment for this version
To version 33.1
edited by Leon Poon
on 2019/11/02 05:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -43,7 +43,7 @@
43 43  
44 44  {{code}}
45 45  debootstrap --variant=minbase --include locales,sudo,sysvinit-core,sysvinit-utils,vim-nox,openssh-server --exclude=nano,vim-tiny --foreign stretch $PWD
46 -debootstrap/debootstrap --second-stage
46 +chroot $PWD debootstrap/debootstrap --second-stage
47 47  {{/code}}
48 48  
49 49  {{code}}